home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 14r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  651 b   |  61 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   scrollMechOne(1)
  12. end
  13.  
  14. on myDown
  15.   qTHalt()
  16.   scrollMechOne(2)
  17. end
  18.  
  19. on myLeft
  20.   qTHalt()
  21.   scrollMechTwo(1)
  22. end
  23.  
  24. on myRight
  25.   qTHalt()
  26.   scrollMechTwo(2)
  27. end
  28.  
  29. on myPag
  30.   puppetSprite(38, 0)
  31. end
  32.  
  33. on myDia
  34.   qTHalt()
  35.   go("localXit")
  36.   play movie "14d"
  37.   go("a")
  38. end
  39.  
  40. on myNot
  41.   qTHalt()
  42.   go("localXit")
  43.   play movie "14p"
  44.   go("a")
  45. end
  46.  
  47. on myPho
  48.   qTHalt()
  49.   puppetSprite(38, 0)
  50.   go("xit")
  51.   play movie "14d"
  52.   go("a")
  53. end
  54.  
  55. on myVid
  56.   qTHalt()
  57.   go("localXit")
  58.   play movie "14p"
  59.   go("a")
  60. end
  61.